home *** CD-ROM | disk | FTP | other *** search
/ il gioco del Kamasutra / Milo Manara Kamasutra.iso / mac / DATA / ParteIII / GameIII / Arco.dir / 00002_Script_2 next >
Text File  |  1997-11-23  |  452b  |  24 lines

  1. on mouseDown
  2.   puppetSound 3, "Click3"
  3.   PuppetSprite 11, true
  4.   repeat while the stillDown
  5.     set the membernum of sprite 11 = 30
  6.     updatestage
  7.   end repeat
  8. end
  9.  
  10. on mouseUp
  11.   Global IndexLulu
  12.   PuppetSprite 3, true
  13.   set the membernum of sprite 11 = 23
  14.   updatestage
  15.   if indexLulu < 14 then
  16.     set indexLulu = indexLulu + 1
  17.     set the membernum of sprite 3 = indexLulu
  18.     updatestage
  19.   else
  20.     beep
  21.   end if
  22. end museup
  23.  
  24.